Release 10.1A: OpenEdge Development:
Programming Interfaces
prowtbr() - Write RECID Field
The
prowtbr()function writes an integer value to aRECIDfield in a shared buffer.On successful completion,
prowtbr()returns 0; otherwise, it returns a non-zero value:Syntax
pbufnamThis input parameter points to the name of the specified shared buffer. You supply the name from your OpenEdge application.
fhandleThis input parameter is the field handle that
profldix()returns for the specified field.indexThis input parameter specifies an index value for an array field. If the field is not an array, you must set the value of index to 0.
varThis input parameter contains the integer value for the specified
RECIDfield.unknownIf this input parameter contains the value 1, the Unknown value (
?) is assigned to the variable. If this input parameter contains the value 0, the input value contained in var is assigned to the variable.See also
profldix() - Return Field Handle, prordbr() - Read RECID Field, prowtbc() - Write CHARACTER Field, prowtbd() - Write DATE Field, prowtbi() - Write INTEGER Field, prowtbl() - Write LOGICAL Field, prowtbn() - Write DECIMAL Field
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |